logos: add Toradex logo
authorStefan Agner <[email protected]>
Wed, 5 Aug 2015 15:17:01 +0000 (17:17 +0200)
committerTom Rini <[email protected]>
Thu, 13 Aug 2015 11:19:37 +0000 (07:19 -0400)
Use the boot loader splash screen from WinCE which matches our
wallpapers position wise. Although the logo is an 8-bit indexed BMP as
well colours looked odd at first in U-Boot. After converting to full
RGB palette and converting back to an indexed BMP using imagemagick
the Logo showed up properly.

$ convert tools/logos/toradex-rgb.bmp -type Palette -colors 256 \
-compress none -verbose BMP3:tools/logos/toradex.bmp

Signed-off-by: Stefan Agner <[email protected]>
Signed-off-by: Marcel Ziswiler <[email protected]>
tools/logos/toradex.bmp [new file with mode: 0644]

diff --git a/tools/logos/toradex.bmp b/tools/logos/toradex.bmp
new file mode 100644 (file)
index 0000000..3e2dcf2
Binary files /dev/null and b/tools/logos/toradex.bmp differ